From 5eedc024c49f14c15f606ecbffe2c4fc09cf3997 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 2 Apr 2010 18:24:47 +0000 Subject: [PATCH] Typo fix. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3901 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/gpx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/gpx.c b/gpsbabel/gpx.c index 567d6d06b..1be06754a 100644 --- a/gpsbabel/gpx.c +++ b/gpsbabel/gpx.c @@ -1635,7 +1635,7 @@ gpx_write_common_extensions(const waypoint *waypointp, const char *indent) gbfprintf(ofd, "%s %u\n", indent, waypointp->heartrate); if (waypointp->cadence != 0) - gbfprintf(ofd, "%s \n", + gbfprintf(ofd, "%s %u\n", indent, waypointp->cadence); gbfprintf(ofd, "%s \n", indent); } -- 2.30.2